ProcessingException

open class ProcessingException @JvmOverloads constructor(message: String? = DEFAULT_MESSAGE) : Exception

Constructors

Link copied to clipboard
constructor(message: String? = DEFAULT_MESSAGE)